Skip to content

Commit

Permalink
added gear description
Browse files Browse the repository at this point in the history
  • Loading branch information
niuage committed May 20, 2014
1 parent b94fa03 commit e71a764
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/views/exiles/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,11 @@
</div>
<% end %>



<% if @exile.gear_description.present? %>
<div class="large-section bordered-section description text row-fluid">
<%= to_html @exile.gear_description %>
</div>
<% end %>

<% if @exile.uniques.any? || @exile.gear.any? %>
<div class="large-section bordered-section row-fluid">
Expand Down

0 comments on commit e71a764

Please sign in to comment.