aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/referentials/index.html.slim
blob: c03943ac7fefcfc990b5357c05afd468d28bdcb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/ FIXME #827
- current_organisation.workbenches.each do |workbench|
  h2 = link_to workbench.name, workbench
  p = "#{workbench.referentials.count} jeu(x) de données à l'heure actuelle"

/ FIXME #823
- if false
  = title_tag Referential.model_name.human(count: 2)
  .referentials.paginated_content
    = paginated_content @referentials

- content_for :sidebar do
  ul.actions
    / FIXME #823
    - if false
      li = link_to t('referentials.actions.new'), new_referential_path, class: 'add'