debian-mirror-gitlab/app/views/projects/airflow/dags/index.html.haml

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

12 lines
269 B
Text
Raw Normal View History

2023-04-23 21:23:45 +05:30
- breadcrumb_title s_('Airflow|Airflow DAGs')
- page_title s_('Airflow|Airflow DAGs')
.page-title-holder
%h1.page-title.gl-font-size-h-display= s_('Airflow|Airflow DAGs')
#js-show-airflow-dags{ data: {
dags: @dags.to_json,
pagination: @pagination.to_json
}
}