Removes superfluous headings

pull/6827/head
Hagen Schink 11 years ago committed by kgalli
parent 5c65aba465
commit 3f70659dbf
  1. 7
      app/assets/stylesheets/my_project_page/my_projects_overview.css
  2. 1
      app/views/my_projects_overviews/blocks/_members.html.erb
  3. 1
      app/views/my_projects_overviews/blocks/_news_latest.html.erb
  4. 1
      app/views/my_projects_overviews/blocks/_project_description.html.erb
  5. 1
      app/views/my_projects_overviews/blocks/_project_details.html.erb
  6. 1
      app/views/my_projects_overviews/blocks/_subprojects.html.erb
  7. 1
      app/views/my_projects_overviews/blocks/_work_package_tracking.html.erb

@ -19,13 +19,6 @@ See doc/COPYRIGHT.md for more details.
++*/
h2.page-layout-only { display: none }
.block-receiver h2.page-layout-only { display: block; color: #bbb }
.controller-my_projects_overviews .block-receiver div.mypage-box {
margin-top: 10px;
}
div.overview {
padding:6px;
margin-bottom: 10px;

@ -19,7 +19,6 @@ See doc/COPYRIGHT.md for more details.
++#%>
<h2 class="page-layout-only"><%=l(:label_member_plural)%></h2>
<h3><%=l(:label_member_plural)%></h3>
<% if defined? block_name_id %>

@ -19,7 +19,6 @@ See doc/COPYRIGHT.md for more details.
++#%>
<h2 class="page-layout-only"><%=News.model_name.human%></h2>
<h3><%=l(:label_news_latest)%></h3>
<% if defined? block_name_id %>

@ -19,7 +19,6 @@ See doc/COPYRIGHT.md for more details.
++#%>
<h2 class="page-layout-only"><%=l(:label_project_description)%></h2>
<h3><%=l(:label_project_description)%></h3>
<% if defined? block_name_id %>

@ -19,7 +19,6 @@ See doc/COPYRIGHT.md for more details.
++#%>
<h2 class="page-layout-only"><%=l(:label_project_details)%></h2>
<h3><%=l(:label_project_details)%></h3>
<% if defined? block_name_id %>

@ -19,7 +19,6 @@ See doc/COPYRIGHT.md for more details.
++#%>
<h2 class="page-layout-only"><%=l(:label_subproject_plural)%></h2>
<h3><%=l(:label_subproject_plural)%></h3>
<% if defined? block_name_id %>

@ -19,7 +19,6 @@ See doc/COPYRIGHT.md for more details.
++#%>
<h2 class="page-layout-only"><%=l(:label_work_package_tracking)%></h2>
<h3><%=l(:label_work_package_tracking)%></h3>
<% if defined? block_name_id %>

Loading…
Cancel
Save