show_configuration.rhtml 263 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <% @configuration = @page.configuration %> <table id="project_info"> <tr> <td><%= _('Name') %></td> <td><%= @configuration.name %></td> </tr> <tr> <td><%= _('Description') %></td> <td><%= @configuration.description %></td> </tr> </table>