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 9ceb0cc commit 37c048bCopy full SHA for 37c048b
1 file changed
app/views/home/index.html.erb
@@ -9,7 +9,7 @@
9
10
<p>
11
<%= link_to "My Credentials", explore_api_path(:me, format: :json), class: "btn btn-primary data-explore" %>
12
- <%= link_to "Projects", explore_api_path(:projects, format: :json), class: "btn btn-secondary data-explore" %>
+ <%= link_to "Profiles", explore_api_path(:profiles, format: :json), class: "btn btn-secondary data-explore" %>
13
<%= link_to "Sign out", destroy_user_session_path, method: :delete, class: "btn btn-primary" %>
14
</p>
15
0 commit comments