Formatting

This commit is contained in:
2015-09-06 12:27:18 -04:00
parent d08274aa5c
commit fcb86dcf37
7 changed files with 56 additions and 41 deletions

View File

@@ -18,7 +18,7 @@
%th Data
%th Usuário
%th Descrição
- @wiki_page.versions.reverse.each do |entry|
- @wiki_page.versions.order("version desc").each do |entry|
%tr
%td.narrow
%input{:type => "radio", :name => "to", :value => entry.version, :onclick => "history_to(#{entry.version})"}