Skip to content

Commit

Permalink
Change "Edit| Back" to "Edit | Back"
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsu Pan authored and januszm committed Feb 22, 2017
1 parent 607b526 commit 8dbc1fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/generators/slim/scaffold/templates/edit.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ h1 Editing <%= singular_table_name %>
== render 'form'

= link_to 'Show', @<%= singular_table_name %>
'|
' |
= link_to 'Back', <%= index_helper %>_path

2 changes: 1 addition & 1 deletion lib/generators/slim/scaffold/templates/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ p
<% end -%>

= link_to 'Edit', edit_<%= singular_table_name %>_path(@<%= singular_table_name %>)
'|
' |
= link_to 'Back', <%= index_helper %>_path

1 comment on commit 8dbc1fb

@januszm
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ Hsu Pan don't commit such changes directly to master branch. Most importantly, that commit does not resolve the issue.

Please sign in to comment.