* Removed unapprovals, added post flags and post appeals (still need to update tests)

* Restyled text
This commit is contained in:
albert
2011-03-28 18:48:02 -04:00
parent 42627be1d3
commit f9c961cdc6
66 changed files with 642 additions and 403 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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| %>

View File

@@ -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;">