Skip to content

Commit

Permalink
Rename Edit to Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli Fatsi committed May 8, 2020
1 parent 33bd669 commit bb00c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/adventures/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</h1>
<nav class="EditorActions">
<% if !view_only && @adventure.editable_by?(current_user) %>
<%= link_to 'Edit', [:details, @adventure], class: "SlantButton -large" %>
<%= link_to 'Settings', [:details, @adventure], class: "SlantButton -large" %>
<% end %>
<%= link_to 'Debug', [@adventure, {debug: true}], class: "SlantButton -large" %>
<%= link_to 'Play', @adventure, class: "SlantButton -large" %>
Expand Down

0 comments on commit bb00c7e

Please sign in to comment.