summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/_flash.html.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/layouts/_flash.html.erb b/app/views/layouts/_flash.html.erb
index b72c377f..2cc7a5ab 100644
--- a/app/views/layouts/_flash.html.erb
+++ b/app/views/layouts/_flash.html.erb
@@ -13,6 +13,11 @@
13 <%= link_to t(".locked_link"), flash[:locked_node_path] %><%= t(".locked_suffix") %> 13 <%= link_to t(".locked_link"), flash[:locked_node_path] %><%= t(".locked_suffix") %>
14 </span> 14 </span>
15 <% end %> 15 <% end %>
16 <% if flash[:resolve_node_path] %>
17 <span class="warning">
18 <%= link_to t(".resolve_link"), flash[:resolve_node_path] %>
19 </span>
20 <% end %>
16 <% if flash[:headline_kept_path] %> 21 <% if flash[:headline_kept_path] %>
17 <span class="warning"><%= t(".headline_prefix") %> 22 <span class="warning"><%= t(".headline_prefix") %>
18 <%= link_to t(".headline_link"), flash[:headline_kept_path] %><%= t(".headline_suffix") %> 23 <%= link_to t(".headline_link"), flash[:headline_kept_path] %><%= t(".headline_suffix") %>