Skip to content

Commit

Permalink
Remove airlock components references
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodwyer committed Sep 13, 2024
1 parent 9152320 commit cd88f1c
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions airlock/templatetags/airlock_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,57 +14,26 @@
"airlock_repo_header": "_components/header/repo/header.html",
"datatable": "_components/datatable.html",
# Components
"article_header": "_components/article/header.html",
"alert": "_components/alert/alert.html",
"breadcrumb": "_components/breadcrumbs/breadcrumb.html",
"breadcrumbs": "_components/breadcrumbs/breadcrumbs-container.html",
"button": "_components/button.html",
"card": "_components/card/card.html",
"card_footer": "_components/card/card-footer.html",
"code": "_components/code.html",
"description_list": "_components/description-list.html",
"description_item": "_components/description-item.html",
"footer": "_components/footer.html",
"form_checkbox": "_components/form/checkbox.html",
"form_fieldset": "_components/form/fieldset.html",
"form_input": "_components/form/input.html",
"form_legend": "_components/form/legend.html",
"form_radio": "_components/form/radio.html",
"form_radios": "_components/form/radio_list.html",
"form_select": "_components/form/select.html",
"form_textarea": "_components/form/textarea.html",
"grid_three_cols": "_components/grid/three-cols.html",
"grid_col_span_1": "_components/grid/col-span-1.html",
"grid_col_lg_span_2": "_components/grid/col-lg-span-2.html",
"header": "_components/header.html",
"link": "_components/link.html",
"list_group": "_components/list-group/list-group.html",
"list_group_empty": "_components/list-group/list-group-empty.html",
"list_group_item": "_components/list-group/list-group-item.html",
"list_group_rich_item": "_components/list-group/list-group-rich-item.html",
"log_item": "_components/log-item.html",
"modal": "_components/modal/modal.html",
"multiselect": "_components/multiselect/multiselect.html",
"multiselect_option": "_components/multiselect/multiselect-option.html",
"pill": "_components/pill/pill.html",
"pill_application_status": "_components/pill/application-status.html",
"pill_project_status": "_components/pill/project-status.html",
"skip_link": "_components/skip-link.html",
"table_body": "_components/table/table-body.html",
"table_cell": "_components/table/table-cell.html",
"table_head": "_components/table/table-head.html",
"table_header": "_components/table/table-header.html",
"table_pagination": "_components/table/table-pagination.html",
"table_row": "_components/table/table-row.html",
"table": "_components/table/table.html",
"time": "_components/time.html",
"timeline_item": "_components/timeline-item.html",
"tooltip": "_components/tooltip.html",
# Partials
"alerts": "_partials/alerts.html",
"card_pagination": "_partials/card-pagination.html",
"latest_job_requests_table": "_partials/latest-job-requests-table.html",
"staff_hero": "_partials/staff-hero.html",
# Icons
"icon_academic_cap_outline": "_icons/academic-cap-outline.svg",
"icon_arrow_down_mini": "_icons/arrow-down-mini.svg",
Expand Down

0 comments on commit cd88f1c

Please sign in to comment.