+7
-3
app/views/tags/edit.html.erb
+7
-3
app/views/tags/edit.html.erb
···
1
1
-
<h1>Editing tag</h1>
1
1
+
<div class="main">
2
2
+
3
3
+
<h1>edit tag</h1>
2
4
3
5
<%= render "form", tag: @tag %>
4
6
5
7
<br>
6
8
7
9
<div>
8
8
-
<%= link_to "Show this tag", @tag %> |
9
9
-
<%= link_to "Back to tags", tags_path %>
10
10
+
<%= link_to "refresh", @tag %> |
11
11
+
<%= link_to "back", tags_path %>
12
12
+
</div>
13
13
+
10
14
</div>