projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Show issues based on all the users roles
[rails.git]
/
app
/
views
/
issues
/
index.html.erb
diff --git
a/app/views/issues/index.html.erb
b/app/views/issues/index.html.erb
index 521b53ec0e09c23716b755b4d9a0bd308e1732f0..431158c38a19017ba1a2a51d4a18d4af64d2e4b6 100644
(file)
--- a/
app/views/issues/index.html.erb
+++ b/
app/views/issues/index.html.erb
@@
-1,5
+1,5
@@
<% content_for :heading do %>
- <h1>List of
<%= @user_role %>
issues:</h1>
+ <h1>List of issues:</h1>
<% end %>
<%= form_tag(issues_path, :method => :get) do %>