Sha256: d7ec9fd784ea503e8938e8be2c808a013838dd0ada5fe8772dcd78bac1e457d7

Contents?: true

Size: 331 Bytes

Versions: 11

Compression:

Stored size: 331 Bytes

Contents

<%= render 'account_tags_table' %>

<% if can? :add, Kaui::Tag or can? :remove, Kaui::Tag %>
    <%= link_to 'Add/Remove Tags', kaui_engine.edit_account_tags_path(:account_id => @account.account_id), :class => 'btn' %>
<% end %>
<%= link_to 'Go to account', kaui_engine.account_path(:id => @account.account_id), :class => 'btn' %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
kaui-0.11.0 app/views/kaui/account_tags/show.html.erb
kaui-0.10.0 app/views/kaui/account_tags/show.html.erb
kaui-0.9.0 app/views/kaui/account_tags/show.html.erb
kaui-0.8.4 app/views/kaui/account_tags/show.html.erb
kaui-0.8.3 app/views/kaui/account_tags/show.html.erb
kaui-0.8.2 app/views/kaui/account_tags/show.html.erb
kaui-0.8.1 app/views/kaui/account_tags/show.html.erb
kaui-0.8.0 app/views/kaui/account_tags/show.html.erb
kaui-0.7.2 app/views/kaui/account_tags/show.html.erb
kaui-0.7.1 app/views/kaui/account_tags/show.html.erb
kaui-0.7.0 app/views/kaui/account_tags/show.html.erb