diff options
| author | hukl <contact@smyck.org> | 2009-04-27 11:19:35 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-04-27 11:19:35 +0200 |
| commit | 704d002850d995e677bd550c774d9c950f8e7e9c (patch) | |
| tree | ea0b836774ef16dd23868c66e7d5002181f8eef8 /app | |
| parent | 7563dd7ef8b9bc6ba61e90976c5b5a1714230fb2 (diff) | |
tiny style fix
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/revisions/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/revisions/show.html.erb b/app/views/revisions/show.html.erb index 3e7ce09..63a75ec 100644 --- a/app/views/revisions/show.html.erb +++ b/app/views/revisions/show.html.erb | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | <td class="date"><%= page.updated_at %></td> | 24 | <td class="date"><%= page.updated_at %></td> |
| 25 | </tr> | 25 | </tr> |
| 26 | <% end %> | 26 | <% end %> |
| 27 | <tr> | 27 | <tr class="no_hover"> |
| 28 | <td colspan="6" class="right"><%= submit_tag 'Diff revisions' %></td> | 28 | <td colspan="6" class="right"><%= submit_tag 'Diff revisions' %></td> |
| 29 | </tr> | 29 | </tr> |
| 30 | </table> | 30 | </table> |
