summaryrefslogtreecommitdiff
path: root/app/views/projects/pages_domains/edit.html.haml
blob: 5645a4604bf7bb530eaa2cf30e79a518cbda1c3c (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"