fix tag edit page styling

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