Mercurial > hg > soundsoftware-site
view app/views/settings/plugin.html.erb @ 1327:287f201c2802 redmine-2.2-integration
Add italic
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 19 Jun 2013 20:56:22 +0100 |
parents | 433d4f72a19b |
children | 622f24f53b42 261b3d9a4903 |
line wrap: on
line source
<h2><%= l(:label_settings) %>: <%=h @plugin.name %></h2> <div id="settings"> <%= form_tag({:action => 'plugin'}) do %> <div class="box tabular"> <%= render :partial => @partial, :locals => {:settings => @settings}%> </div> <%= submit_tag l(:button_apply) %> <% end %> </div>