app/views/weeler/translations/index.html.haml in weeler-1.1.0 vs app/views/weeler/translations/index.html.haml in weeler-1.2.0
- old
+ new
@@ -58,17 +58,18 @@
%button.btn.btn-default{type: "submit"} Submit
/ /.navbar-collapse
.container
.row
.col-lg-12
- %table.table.table-hover{"data-provides" => "rowlink"}
+ %table.table.table-hover
%thead
%tr
%th Locale
%th Key
%th.text-center Value
%th.text-center Interpolations
%th.text-center Created
+ %th
%tbody#translations
- @translations.each do |translation|
= render :partial => "weeler/translations/translation", locals: {translation: translation}
.container
.row