Skip to content

Commit 8f1d259

Browse files
author
Joao Jose Pedrini
committed
Fix number of User Story in DashBoard
1 parent 09e7984 commit 8f1d259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/user_stories/_us_for_show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<%= image_tag("/plugin_assets/redmine_sprints/images/us-top.png") %>
1010
<table>
1111
<tr >
12-
<td><div class="tab_sprint_user_story">#<%= user_story.id %></div></td>
12+
<td><div class="tab_sprint_user_story">#<%= user_story.us_number %></div></td>
1313
<td class="tab_us_name"><%=h user_story.name %></td>
1414
<td class="tab_us_links">
1515
<!--This will be done at some point-->

0 commit comments

Comments
 (0)