diff options
| author | Marc Florisson | 2012-05-16 18:10:12 +0200 |
|---|---|---|
| committer | Marc Florisson | 2012-05-16 18:10:12 +0200 |
| commit | 70e4f9a603c9e2f7a33f5e2f24966935dd279db8 (patch) | |
| tree | cc6ba325daae180e915bcce5ffdbbaa347b6e247 | |
| parent | f420c660705a524ac7e61afaf684330ebafcd4b9 (diff) | |
| download | chouette-core-70e4f9a603c9e2f7a33f5e2f24966935dd279db8.tar.bz2 | |
fix hoops
| -rw-r--r-- | app/views/lines/_form.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/lines/_form.erb b/app/views/lines/_form.erb index 043a323e7..1a7107e7e 100644 --- a/app/views/lines/_form.erb +++ b/app/views/lines/_form.erb @@ -20,7 +20,7 @@ <% end %> <%= form.buttons do %> - <%= form.commit_button :label => 'somename' %> + <%= form.commit_button true %> <li><%= t('or') %></li> <li><%= link_to t('cancel'), :back %></li> <% end %> |
