##// END OF EJS Templates
fix test name (#13482)...
fix test name (#13482) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11722 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r10987:22f9b8846b39
r11492:1bdd37f3e056
Show More
plugin.html.erb
10 lines | 285 B | text/plain | TextLexer
Jean-Philippe Lang
Basic plugin support....
r741 <h2><%= l(:label_settings) %>: <%=h @plugin.name %></h2>
Jean-Philippe Lang
Slight style change on plugin configuration view....
r825 <div id="settings">
Jean-Philippe Lang
Merged rails-3.2 branch....
r9346 <%= form_tag({:action => 'plugin'}) do %>
Jean-Philippe Lang
Plugin settings div should perhaps have 'settings' CSS class (#12910)....
r10987 <div class="box tabular settings">
Jean-Philippe Lang
Basic plugin support....
r741 <%= render :partial => @partial, :locals => {:settings => @settings}%>
</div>
<%= submit_tag l(:button_apply) %>
<% end %>
Jean-Philippe Lang
Slight style change on plugin configuration view....
r825 </div>