##// END OF EJS Templates
added the ability to manage users memberships directly on users/edit (administration module)...
added the ability to manage users memberships directly on users/edit (administration module) git-svn-id: http://redmine.rubyforge.org/svn/trunk@118 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r96:2b86ef8e28d0
r115:4c84165aa074
Show More
list_news.rhtml
9 lines | 382 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
contextual links redesign...
r90 <div class="contextual">
<%= link_to_if_authorized l(:label_news_new), {:controller => 'projects', :action => 'add_news', :id => @project}, :class => 'pic picAdd' %>
</div>
Jean-Philippe Lang
Localization plugin removed (replaced with GLoc)...
r12 <h2><%=l(:label_news_plural)%></h2>
Jean-Philippe Lang
Initial commit...
r2
Jean-Philippe Lang
views cleaning...
r20 <% if @news.empty? %><p><i><%= l(:label_no_data) %></i></p><% end %>
Jean-Philippe Lang
various modifications to prevent xss...
r96 <%= render :partial => 'news/news', :collection => @news %>
Jean-Philippe Lang
Initial commit...
r2 <%= pagination_links_full @news_pages %>