Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
edit links for sets fixed
  • Loading branch information
jywarren committed Jun 13, 2016
1 parent 9c1c935 commit 66e7b27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/graph/_tools.html.erb
Expand Up @@ -41,7 +41,7 @@
<% if type == :set %>
<li><a onClick="$W.run_macro('warren','equalize-height');">Equalize height</a></li>
<li><a onClick="$W.run_macro('warren','equalize_area');">Equalize area</a></li>
<li><a href="/set/edit/<%= datum.id %>">Edit set</a></li>
<li><a href="/sets/edit/<%= datum.id %>">Edit set</a></li>
<% end %>
<li><a href="/<%= type %>/<%= datum.id %>">Comment</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion app/views/sets/show.html.erb
Expand Up @@ -104,7 +104,7 @@
</div>

<div class="span8">
<h3>Description &nbsp; <small><a href="/set/edit/<%= @set.id %>"><i class="fa fa-pencil"></i></a></small></h3>
<h3>Description &nbsp; <small><a href="/sets/edit/<%= @set.id %>"><i class="fa fa-pencil"></i></a></small></h3>
<p>
<% if @set.notes %>
<%=raw RDiscount.new(@set.notes).to_html %>
Expand Down

0 comments on commit 66e7b27

Please sign in to comment.