diff options
Diffstat (limited to 'app/views/index/index.html.erb')
-rw-r--r-- | app/views/index/index.html.erb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app/views/index/index.html.erb b/app/views/index/index.html.erb deleted file mode 100644 index dd0a2b0..0000000 --- a/app/views/index/index.html.erb +++ /dev/null @@ -1,18 +0,0 @@ -<h1>Welcome to GLSAMaker2!</h1> - -<div class="box"> - <h2>My last 10 drafts</h2> - - <table class="glsamaker-table"> - <tr align="left"> - <th>ID</th> - <th>State</th> - <th>Title</th> - <th>Submitted at/by</th> - <!--<th>Bug IDs</th>--> - <% if current_user.is_el_jefe? %><th>Admin</th><% end %> - </tr> - - <%= render :partial => "glsa/glsa_row", :collection => @my_drafts, :as => :glsa, :locals => { :view => :drafts } %> - </table> -</div>
\ No newline at end of file |