summaryrefslogtreecommitdiff
path: root/app/views/projects/pages_domains/edit.html.haml
blob: 6c4049904924e1d3e880498b76ce1aa06eb0f4cf (plain)
1
2
3
4
5
6
7
8
9
10
11
- add_to_breadcrumbs "Pages", project_pages_path(@project)
- breadcrumb_title @domain.domain
- page_title @domain.domain
%h3.page-title
  = @domain.domain
%hr.clearfix
%div
  = form_for [@project.namespace.becomes(Namespace), @project, @domain], html: { class: 'form-horizontal fieldset-form' } do |f|
    = render 'form', { f: f }
    .form-actions
      = f.submit 'Save Changes', class: "btn btn-save"