First-pass conversion of layouts and icons to BS3/FA

Rough around the edges.
This commit is contained in:
Dan Rice 2014-03-29 16:52:16 -04:00
parent 9c083b3175
commit 42e2da8653
13 changed files with 238 additions and 281 deletions

View file

@ -4,10 +4,10 @@
data-placement="bottom" rel="tracks-popover" href="#"
data-original-title="<%= project.name %>" data-html="true"
data-content="<div class='project-details'><%= project_details(project) %></div>">
<i class="icon-info-sign"></i> Details
<i class="fa fa-info-circle"></i> Details
</a>
<a class="badge hide tracks-badge-description" title="Show project description" href="#">
<i class="icon-book"></i> Description
<i class="fa fa-book"></i> Description
</a>
</div>
<% unless project.description.blank? %>
@ -15,4 +15,4 @@
<button type="button" class="close">&times;</button>
<small><%= Tracks::Utils.render_text(project.description) %></small>
</div>
<% end %>
<% end %>