Skip to content

Commit

Permalink
Merge branch 'hotfix/fix_feedback_unviewed'
Browse files Browse the repository at this point in the history
* hotfix/fix_feedback_unviewed:
  #36 fix feedback unviewed
  • Loading branch information
kalashnikovisme committed Jun 23, 2015
2 parents 1244564 + f93d374 commit 752c2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/web/admin/feedback/_feedback_list.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%tr.link{ class: state_color(feedback), data: { href: edit_admin_feedback_path(feedback) } }
%td= feedback.id
%td= link_to feedback.url, feedback.url
%td= feedback.user.decorate.full_name
%td= feedback.user.decorate.full_name if feedback.user_id
%td= feedback.text
%td.actions
= link_to edit_admin_feedback_path(feedback), class: 'btn btn-warning btn-xs' do
Expand Down

0 comments on commit 752c2e9

Please sign in to comment.