repo.or.cz
/
base_ror3_portal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Started to Implement D-A, and roles scaffold - Need to finish Test Suite
[base_ror3_portal.git]
/
app
/
views
/
roles
/
show.html.erb
blob
60c4c96f4542a1656eea52231e247f4a11a46993
1
<p id="notice"><%= notice %></p>
2
3
<p>
4
<b>Name:</b>
5
<%= @role.name %>
6
</p>
7
8
9
<%= link_to 'Edit', edit_role_path(@role) %> |
10
<%= link_to 'Back', roles_path %>