Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
thoughtbot, inc.
administrate
Wiki
Home
Home
· Changes
Page history
hope this is helpful
authored
Feb 10, 2016
by
Josh
Show whitespace changes
Inline
Side-by-side
Home.md
0 → 100644
View page @
4ff4dfd5
How to change "resource #1" to "
<Resource
Name
>
" in dashboard collections
Add this method to the dashboard for Resource. Example for
*user*
:
````
def display_resource(user)
user.name
end
````