debian-mirror-gitlab/app/views/admin/applications/edit.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
316 B
Text
Raw Normal View History

2020-07-28 23:09:34 +05:30
- add_to_breadcrumbs _("Applications"), admin_applications_path
2018-03-17 18:26:18 +05:30
- breadcrumb_title @application.name
2020-07-28 23:09:34 +05:30
- page_title _("Edit"), @application.name, _("Applications")
2017-09-10 17:25:29 +05:30
2022-07-23 23:45:48 +05:30
%h1.page-title.gl-font-size-h-display
2021-11-11 11:23:49 +05:30
= _('Edit application')
2015-04-26 12:48:37 +05:30
- @url = admin_application_path(@application)
2015-09-11 14:41:01 +05:30
= render 'form', application: @application