layout in news und kleiner fix

This commit is contained in:
Andreas Stephanides
2013-02-20 01:03:06 +01:00
parent f17b269458
commit f444707908
10 changed files with 36 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
<p id="notice"><%= notice %></p>
w<p id="notice"><%= notice %></p>
<div class="row-fluid">
<span class="span12">
<h1><%= @rubrik.name %></h1>
@@ -35,5 +35,6 @@
<% end %>
<%= link_to 'Edit', edit_rubrik_path(@rubrik) %> |
<%= link_to 'Back', rubriken_path %>
<%= link_to 'Back', rubriken_path %> |
<%= link_to 'Destroy', @rubrik, method: :delete, data: { confirm: 'Are you sure?' } %>
</span></div>