Project

General



Profile

« Previous | Next » 

Revision 2360

Typos/fixes in views (#2654).

View differences:

trunk/app/views/issues/bulk_edit.rhtml
51 51
<fieldset><legend><%= l(:field_notes) %></legend>
52 52
<%= text_area_tag 'notes', @notes, :cols => 60, :rows => 10, :class => 'wiki-edit' %>
53 53
<%= wikitoolbar_for 'notes' %>
54
</fieldset>
54 55
</div>
55 56

  
56 57
<p><%= submit_tag l(:button_submit) %>
trunk/app/views/my/blocks/_timelog.rhtml
47 47
    </tr>
48 48
    <% end -%>
49 49
<% end -%>
50
</tbdoy>
50
</tbody>
51 51
</table>
52 52
<% end %>
trunk/app/views/projects/settings/_versions.rhtml
17 17
    <td><%= link_to(version.wiki_page_title, :controller => 'wiki', :page => Wiki.titleize(version.wiki_page_title)) unless version.wiki_page_title.blank? || @project.wiki.nil? %></td>
18 18
    <td align="center"><%= link_to_if_authorized l(:button_edit), { :controller => 'versions', :action => 'edit', :id => version }, :class => 'icon icon-edit' %></td>
19 19
    <td align="center"><%= link_to_if_authorized l(:button_delete), {:controller => 'versions', :action => 'destroy', :id => version}, :confirm => l(:text_are_you_sure), :method => :post, :class => 'icon icon-del' %></td>
20
    </td>
21 20
    </tr>
22 21
<% end; reset_cycle %>
23 22
    </tbody>
trunk/app/views/wiki/export.rhtml
5 5
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 6
<style>
7 7
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
8
h1, h2, h3, h4 {  font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
8
h1, h2, h3, h4 {  font-family: "Trebuchet MS",Georgia,"Times New Roman",serif; }
9 9
ul.toc { padding: 4px; margin-left: 0; }
10 10
ul.toc li { list-style-type:none; }
11 11
ul.toc li.heading2 { margin-left: 1em; }
trunk/app/views/wiki/export_multiple.rhtml
5 5
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 6
<style>
7 7
body { font:80% Verdana,Tahoma,Arial,sans-serif; }
8
h1, h2, h3, h4 {  font-family: Trebuchet MS,Georgia,"Times New Roman",serif; }
8
h1, h2, h3, h4 {  font-family: "Trebuchet MS",Georgia,"Times New Roman",serif; }
9 9
</style>
10 10
</head>
11 11
<body>

Also available in: Unified diff