Images refactored, Feed icon replaced, Fixed comment form focus
This commit is contained in:
parent
c4b7794352
commit
d29ec9d773
18 changed files with 26 additions and 19 deletions
|
@ -2,10 +2,7 @@
|
|||
.issues_content
|
||||
%h3
|
||||
Issues
|
||||
%span.rss-icon
|
||||
= link_to project_issues_path(@project, :atom, { :private_token => current_user.private_token }) do
|
||||
= image_tag "Rss-UI.PNG", :width => 16, :title => "feed"
|
||||
|
||||
%small (#{@issues.total_count})
|
||||
.right
|
||||
.span5
|
||||
- if can? current_user, :write_issue, @project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue