diff --git a/app/helpers/projects_helper.rb b/app/helpers/projects_helper.rb old mode 100644 new mode 100755 index a56fe73..63218e1 --- a/app/helpers/projects_helper.rb +++ b/app/helpers/projects_helper.rb @@ -65,7 +65,7 @@ module ProjectsHelper # Renders the projects index def render_project_hierarchy(projects) render_project_nested_lists(projects) do |project| - s = link_to_project(project, {}, :class => "#{project.css_classes} #{User.current.member_of?(project) ? 'my-project' : nil}") + s = link_to_project(project, {}, :class => "#{project.css_classes} #{User.current.member_of?(project) ? 'icon icon-fav my-project' : nil}") if project.description.present? s << content_tag('div', textilizable(project.short_description, :project => project), :class => 'wiki description') end diff --git a/app/views/attachments/_form.html.erb b/app/views/attachments/_form.html.erb old mode 100644 new mode 100755 diff --git a/app/views/auth_sources/index.html.erb b/app/views/auth_sources/index.html.erb old mode 100644 new mode 100755 index ecde2bf..16045d2 --- a/app/views/auth_sources/index.html.erb +++ b/app/views/auth_sources/index.html.erb @@ -20,7 +20,7 @@ <%= source.host %> <%= source.users.count %> - <%= link_to l(:button_test), try_connection_auth_source_path(source), :class => 'icon icon-test' %> + <%= link_to l(:button_test), try_connection_auth_source_path(source), :class => 'icon icon-arrow-right' %> <%= delete_link auth_source_path(source) %> diff --git a/app/views/boards/show.html.erb b/app/views/boards/show.html.erb old mode 100644 new mode 100755 index b032a59..3de79b5 --- a/app/views/boards/show.html.erb +++ b/app/views/boards/show.html.erb @@ -36,7 +36,7 @@ <% @topics.each do |topic| %> - <%= link_to topic.subject, board_message_path(@board, topic) %> + <%= link_to topic.subject, board_message_path(@board, topic) %> <%= link_to_user(topic.author) %> <%= format_time(topic.created_on) %> <%= topic.replies_count %> diff --git a/app/views/issues/_edit.html.erb b/app/views/issues/_edit.html.erb old mode 100644 new mode 100755 index 3291ba7..aa1abfd --- a/app/views/issues/_edit.html.erb +++ b/app/views/issues/_edit.html.erb @@ -31,11 +31,11 @@
<%= l(:field_notes) %> <%= f.text_area :notes, :cols => 60, :rows => 10, :class => 'wiki-edit', :no_label => true %> <%= wikitoolbar_for 'issue_notes' %> - + <% if @issue.safe_attribute? 'private_notes' %> <%= f.check_box :private_notes, :no_label => true %> <% end %> - + <%= call_hook(:view_issues_edit_notes_bottom, { :issue => @issue, :notes => @notes, :form => f }) %>
@@ -45,7 +45,7 @@
<% @issue.attachments.each do |attachment| %> - <%= text_field_tag '', attachment.filename, :class => "filename", :disabled => true %> + <%= text_field_tag '', attachment.filename, :class => "icon icon-attachment filename", :disabled => true %>