Skip to content

Commit

Permalink
Merge pull request #15 from tilman19/fixing_field_names
Browse files Browse the repository at this point in the history
Change labels "status" to votes and my_vote
  • Loading branch information
ojde authored Jan 16, 2019
2 parents ffcad4f + 3baf0e4 commit 4a7c08d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/view_issues/_show_details_bottom.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="splitcontent">
<% if authorize_for('issues', 'view_votes') %>
<div class="splitcontentleft">
<div class="status attribute">
<div class="vote attribute">
<div class="label"><%= l(:view_issues_label_votes) %>:</div>
<div class="value">
<div class="vote_on_issues-issue-votes-nowrap">
Expand Down Expand Up @@ -44,7 +44,7 @@
<% if authorize_for('issues', 'cast_vote') %>
<div class="splitcontentleft">
<div class="status attribute">
<div class="myvote attribute">
<div class="label"><%= l(:view_issues_my_vote) %>:</div>
<div class="value">
<div class="vote_on_issues-issue-votes-nowrap">
Expand Down

0 comments on commit 4a7c08d

Please sign in to comment.