app/views/admin/scripts/index.html.haml in radiant-sheets-extension-1.0.4 vs app/views/admin/scripts/index.html.haml in radiant-sheets-extension-1.0.5
- old
+ new
@@ -1,12 +1,12 @@
= render 'admin/sheets/upload_script'
.outset
%table.index
%thead
%tr
- %th Javascript
- %th Filter
- %th Modify
+ %th= t('javascript_page')
+ %th= t('filter')
+ %th= t('modify')
%tbody
- unless models.blank?
- models.each do |javascript|
%tr
%td.name
\ No newline at end of file