##// END OF EJS Templates
Option for long text custom fields to be displayed under the description field (#21705)....
Option for long text custom fields to be displayed under the description field (#21705). Based on patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@16251 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r15554:18073c971e69
r15869:b40d66f39fa8
Show More
page.html.erb
21 lines | 505 B | text/plain | TextLexer
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <div class="contextual">
Jean-Philippe Lang
Adds icon....
r15551 <%= link_to l(:label_personalize_page), {:action => 'page_layout'}, :class => 'icon icon-edit' %>
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 </div>
<h2><%=l(:label_my_page)%></h2>
<div id="list-top">
Jean-Philippe Lang
Adds helpers for rendering my page blocks....
r15545 <%= render_blocks(@blocks['top'], @user) %>
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 </div>
<div id="list-left" class="splitcontentleft">
Jean-Philippe Lang
Adds helpers for rendering my page blocks....
r15545 <%= render_blocks(@blocks['left'], @user) %>
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 </div>
<div id="list-right" class="splitcontentright">
Jean-Philippe Lang
Adds helpers for rendering my page blocks....
r15545 <%= render_blocks(@blocks['right'], @user) %>
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 </div>
Jean-Philippe Lang
Don't use a global variable for storing context menu URL....
r15554 <%= context_menu %>
Jean-Philippe Lang
More detailed html title on several views....
r951
Jean-Philippe Lang
Slight improvements to the browser views....
r1019 <% html_title(l(:label_my_page)) -%>