working form

This commit is contained in:
Senad Uka
2016-09-08 09:59:42 +02:00
parent ec1926dec6
commit 50df27b0c0
60 changed files with 76113 additions and 46 deletions

View File

@@ -0,0 +1,25 @@
<p id="notice"><%= notice %></p>
<div class="row">
<div class="col-md-12">
<div class="jumbotron text-center">
<blockquote>
<p>
<%= @proverb.quote %>
</p>
<footer><%= @proverb.author.try(:name)%>
</footer>
</blockquote>
<p>
<%= link_to random_proverbs_path, class: "btn btn-primary btn-large" do %>
Sljedeća
<% end %>
<%= link_to new_proverb_path, class: "btn btn-success btn-large" do %>
Nova
<% end %>
</p>
</div>
</div>
</div>