improved shared database import ui
This commit is contained in:
parent
950480941a
commit
0014435663
8 changed files with 97 additions and 61 deletions
3
app/views/articles/_destroy_active_article.html.haml
Normal file
3
app/views/articles/_destroy_active_article.html.haml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
%tr.edit_inline{:id=> "edit_"+@article.id.to_s}
|
||||
%td{:colspan=>"10"}
|
||||
= t('.note', article: h(@article.name), drop_link: link_to(t('.drop'), edit_order_path(@order))).html_safe
|
||||
Loading…
Add table
Add a link
Reference in a new issue