You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trustieforge/app/views/open_source_projects/show.html.erb

11 lines
223 B

<p id="notice"><%= notice %></p>
<p>
<b>String:</b>
<%= @open_source_project.name %>
</p>
<%= link_to 'Edit', edit_open_source_project_path(@open_source_project) %> |
<%= link_to 'Back', open_source_projects_path %>