* Removed unapprovals, added post flags and post appeals (still need to update tests)
* Restyled text
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<div id="artists">
|
||||
<div id="edit">
|
||||
<div id="c-artists">
|
||||
<div id="a-edit">
|
||||
<h3>Edit Artist</h3>
|
||||
<%= render "form" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<div id="artists">
|
||||
<div id="new">
|
||||
<div id="c-artists">
|
||||
<div id="a-new">
|
||||
<h2>New Artist</h2>
|
||||
<%= render "form" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div id="c-artists">
|
||||
<div id="a-search">
|
||||
<h1>Search Artists</h1>
|
||||
<h3>Search Artists</h3>
|
||||
|
||||
<div id="search-form" style="margin-bottom: 1em;">
|
||||
<%= simple_form_for(@search) do |f| %>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div id="artists">
|
||||
<div id="show">
|
||||
<h1>Artist: <%= @artist.name.tr("_", " ") %></h1>
|
||||
<div id="c-artists">
|
||||
<div id="a-show">
|
||||
<h3>Artist: <%= @artist.name.tr("_", " ") %></h3>
|
||||
|
||||
<% unless @artist.notes.blank? %>
|
||||
<div style="margin-bottom: 1em;">
|
||||
|
||||
Reference in New Issue
Block a user