projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move more styling into CSS and make it support RTL layout
[rails.git]
/
app
/
views
/
user
/
new.html.erb
diff --git
a/app/views/user/new.html.erb
b/app/views/user/new.html.erb
index 5ff4ed02863cc3b57fc85757e2c848c1a3c1fef7..cf9d0a8cec9fb77cc398650ca231ee94a85cf319 100644
(file)
--- a/
app/views/user/new.html.erb
+++ b/
app/views/user/new.html.erb
@@
-68,7
+68,7
@@
<tr>
<td></td>
- <td
align="right
"><%= submit_tag t('user.new.continue'), :tabindex => 6 %></td>
+ <td
class="submitButton
"><%= submit_tag t('user.new.continue'), :tabindex => 6 %></td>
</tr>
</table>
<% end %>