Project

General

Profile

Patch #12031 ยป welcome_text_in_box.diff

Cristian Messel, 2012-10-05 14:25

View differences:

app/views/welcome/index.html.erb (working copy)
1 1
<h2><%= l(:label_home) %></h2>
2 2

  
3 3
<div class="splitcontentleft">
4
  <%= textilizable Setting.welcome_text %>
4
  <div class="box">
5
    <h3><%=l(:label_welcome)%></h3>
6
    <%= textilizable Setting.welcome_text %>
7
  </div>
5 8
  <% if @news.any? %>
6 9
  <div class="news box">
7 10
  <h3><%=l(:label_news_latest)%></h3>
config/locales/en.yml (working copy)
880 880
  label_attribute_of_author: "Author's %{name}"
881 881
  label_attribute_of_assigned_to: "Assignee's %{name}"
882 882
  label_attribute_of_fixed_version: "Target version's %{name}"
883
  label_welcome: Welcome
883 884

  
884 885
  button_login: Login
885 886
  button_submit: Submit
    (1-1/1)