Fix the issues after code review [SCI-442]

This commit is contained in:
Oleksii Kriuchykhin 2016-10-05 14:30:17 +02:00
parent c783e9a03d
commit 4e2ad1d5e6
4 changed files with 2 additions and 4 deletions

View file

@ -8,9 +8,9 @@
.notifications-header {
background-color: $color-concrete;
border-top: 1px solid $color-alto;
border-left: 1px solid $color-alto;
border-right: 1px solid $color-alto;
border-top: 1px solid $color-alto;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
color: $color-dove-gray;

View file

@ -88,7 +88,6 @@
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
<span><%= t('nav.user_greeting', full_name: current_user.full_name) %></span>

View file

@ -19,7 +19,7 @@
<% end %>
</div>
<div class="col-xs-9 col-md-11">
<strong><%= notification.title %></strong> <br>
<strong><%= notification.title.html_safe %></strong> <br>
<%= l(notification.created_at, format: :full) %> | <%= notification.message %>
</div>
</div>

View file

@ -59,7 +59,6 @@ Rails.application.config.assets.precompile += %w(assets.js)
Rails.application.config.assets.precompile += %w(comments.js)
Rails.application.config.assets.precompile += %w(projects/show.js)
Rails.application.config.assets.precompile += %w(projects/introdutory_popup.js)
Rails.application.config.assets.precompile += %w(step_result_comments.js)
Rails.application.config.assets.precompile += %w(notifications.js)
# Libraries needed for Handsontable formulas