Project

General

Profile

« Previous | Next » 

Revision 6fa93184

Added by Amos Benari almost 12 years ago

  • ID 6fa93184630b5615b6f675aa6c0994d3c2c1e7e1

title action buttons as a group.

View differences:

app/views/layouts/application.html.erb
<%= render "common/searchbar" if searchable? %>
<%= yield(:search_bar) %>
</div>
<div id="title_action" class=<%= searchable? ? "span6" : "span8" %>> <%=h yield(:title_actions) %> </div>
<div id="title_action" class=<%= "btn-group " + (searchable? ? "span6" : "span8") %>>
<div class="fr"><%=h yield(:title_actions) %></div>
</div>
</div>
<%= yield -%>

Also available in: Unified diff