style login description

This commit is contained in:
Zachary Chai
2017-01-20 14:46:52 -05:00
parent 9057948750
commit ca79ba6317
3 changed files with 6 additions and 2 deletions

View File

@ -42,7 +42,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
<div class="center-block col-xs-6 login">
<div class="text-center">
<%= t('signup_description') %> <%= link_to 'Login', '/users/login', class: 'btn btn-lg btn-primary' %>
<span class="login-text"><%= t('login_description') %></span> <%= link_to 'Login', '/users/login', class: 'btn btn-lg btn-primary' %>
</div>
</div>