mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-13 16:45:18 +08:00
Merge pull request #1171 from biosistemika/lm-change-login-btn-to-primary
Change login button color to green
This commit is contained in:
commit
ce4883522a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|
||||||
<div class="actions" style="margin-top: 10px; margin-bottom: 10px;">
|
<div class="actions" style="margin-top: 10px; margin-bottom: 10px;">
|
||||||
<%= f.submit t("devise.sessions.new.submit"), class: "btn btn-default" %>
|
<%= f.submit t("devise.sessions.new.submit"), class: "btn btn-primary" %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue