mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-07 15:07:15 +08:00
Fix the issues after code review [SCI-442]
This commit is contained in:
parent
c783e9a03d
commit
4e2ad1d5e6
4 changed files with 2 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue