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 672f471 commit 7a7701dCopy full SHA for 7a7701d
app/views/papers/index.html.erb
@@ -6,7 +6,7 @@ Papers | <%= Rails.application.config.site_name %>
6
<header class="mb-8">
7
<div class="flex justify-between items-center">
8
<h1 class="text-3xl font-bold text-gray-900 dark:text-white">
9
- Papers
+ Interesting Papers
10
</h1>
11
<% if @papers.any? && authenticated? %>
12
<%= link_to "Add Paper", new_link_path, class: "inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 dark:bg-indigo-500 dark:hover:bg-indigo-600" %>
0 commit comments