noesya/osuny

View on GitHub
app/views/server/tags/show.html.erb

Summary

Maintainability
Test Coverage
<% content_for :title, @tag %>

<%= render 'server/websites/list', websites: @tag.websites.ordered %>

<% content_for :action_bar_right do %>
  <%= link_to t('edit'), edit_server_tag_path(@tag), class: button_classes %>
<% end %>