summaryrefslogtreecommitdiff
path: root/app/views/projects/pages_domains/edit.html.haml
blob: 60e7ecf6984cc8541ec3d45e8f7f31980f4dc909 (plain)
1
2
3
4
5
6
7
8
9
- 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"