Addition of an edition link directly on the organisations listing. Refs #22
This commit is contained in:
parent
79cb273d2c
commit
f3fce5fc6c
@ -15,6 +15,7 @@
|
|||||||
%th= sort_link @search, :updated_at, Orga.human_attribute_name(:updated_at)
|
%th= sort_link @search, :updated_at, Orga.human_attribute_name(:updated_at)
|
||||||
%th/
|
%th/
|
||||||
%th/
|
%th/
|
||||||
|
%th/
|
||||||
|
|
||||||
%tbody
|
%tbody
|
||||||
- @orgas.each do |orga|
|
- @orgas.each do |orga|
|
||||||
@ -37,8 +38,10 @@
|
|||||||
= link_to orga.url do
|
= link_to orga.url do
|
||||||
%em.fa.fa-external-link
|
%em.fa.fa-external-link
|
||||||
%td
|
%td
|
||||||
= link_to orga_path(orga, q: params[:q], page: params[:page]),
|
= link_to orga_path(orga, q: params[:q], page: params[:page]) do
|
||||||
class: :view_link do
|
|
||||||
%em.fa.fa-eye
|
%em.fa.fa-eye
|
||||||
|
%td
|
||||||
|
= link_to edit_orga_path orga do
|
||||||
|
%em.fa.fa-pencil
|
||||||
|
|
||||||
= paginate @orgas
|
= paginate @orgas
|
||||||
|
@ -220,7 +220,7 @@ description."
|
|||||||
ko: Moderation
|
ko: Moderation
|
||||||
maps:
|
maps:
|
||||||
index:
|
index:
|
||||||
title: Events map
|
title: Map of the Free
|
||||||
events: Events
|
events: Events
|
||||||
orgas: Organiser
|
orgas: Organiser
|
||||||
users:
|
users:
|
||||||
|
@ -221,7 +221,7 @@ description plus complète."
|
|||||||
ko: Modération
|
ko: Modération
|
||||||
maps:
|
maps:
|
||||||
index:
|
index:
|
||||||
title: Carte des événements
|
title: Carte du Libre
|
||||||
events: Événements
|
events: Événements
|
||||||
orgas: Orga
|
orgas: Orga
|
||||||
users:
|
users:
|
||||||
|
Loading…
Reference in New Issue
Block a user