We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e7984 commit 8f1d259Copy full SHA for 8f1d259
app/views/user_stories/_us_for_show.html.erb
@@ -9,7 +9,7 @@
9
<%= image_tag("/plugin_assets/redmine_sprints/images/us-top.png") %>
10
<table>
11
<tr >
12
- <td><div class="tab_sprint_user_story">#<%= user_story.id %></div></td>
+ <td><div class="tab_sprint_user_story">#<%= user_story.us_number %></div></td>
13
<td class="tab_us_name"><%=h user_story.name %></td>
14
<td class="tab_us_links">
15
<!--This will be done at some point-->
0 commit comments