Skip to content

Commit

Permalink
Make publication_scheme and disclosure_log links in admin interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Oct 22, 2012
1 parent f54faac commit aabbadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/admin_public_body/show.rhtml
Expand Up @@ -10,7 +10,7 @@
<b><%=name%></b>
</td>
<td>
<% if column_name == 'home_page' %>
<% if ['home_page', 'publication_scheme', 'disclosure_log'].include? column_name %>
<%= link_to(h(value), value) %>
<% elsif column_name == 'request_email' %>
<%= link_to(h(value), "mailto:#{value}") %>
Expand Down

0 comments on commit aabbadd

Please sign in to comment.