you will from now on be known as the name Balder
This commit is contained in:
parent
5b8a651fd2
commit
1692a120a0
4
README
4
README
|
@ -1,7 +1,9 @@
|
|||
== Welcome to the gallery without a name
|
||||
== Welcome to Balder photo gallery
|
||||
|
||||
Made by Espen Antonsen.
|
||||
|
||||
http://balderapp.com
|
||||
|
||||
== Features
|
||||
|
||||
* Stores photos to disk in folders
|
||||
|
|
|
@ -6,8 +6,10 @@
|
|||
<%= f.submit "Update" %>
|
||||
<% end %>
|
||||
|
||||
<br /><%= link_to("Delete user", { :action => "destroy", :id => @user },
|
||||
:confirm => "Are you sure you want to delete this user?",
|
||||
:method => :delete) %>
|
||||
|
||||
<br /><%= link_to "All users", users_path %>
|
||||
|
||||
<% content_for :action_links do %>
|
||||
<%= link_to("Delete user", { :action => "destroy", :id => @user },
|
||||
:confirm => "Are you sure you want to delete this user?",
|
||||
:method => :delete) %>
|
||||
<% end %>
|
|
@ -2,4 +2,6 @@
|
|||
<h2><%= link_to user.name || user.email , user %></h2>
|
||||
<% end %>
|
||||
|
||||
<br /><%= link_to "New user", new_user_path %>
|
||||
<% content_for :action_links do %>
|
||||
<%= link_to "New user", new_user_path %>
|
||||
<% end %>
|
|
@ -4,6 +4,4 @@
|
|||
<%= f.error_messages %>
|
||||
<%= render :partial => "form", :object => f %>
|
||||
<%= f.submit "Register" %>
|
||||
<% end %>
|
||||
|
||||
<br /><%= link_to "All users", users_path %>
|
||||
<% end %>
|
|
@ -39,6 +39,7 @@
|
|||
<%=h @user.current_login_ip %>
|
||||
</p>
|
||||
|
||||
|
||||
<%= link_to 'Edit', edit_user_path(@user) %><br/>
|
||||
<br /><%= link_to "All users", users_path %>
|
||||
|
||||
<% content_for :action_links do %>
|
||||
<%= link_to 'Edit', edit_user_path(@user) %>
|
||||
<% end %>
|
|
@ -37,7 +37,7 @@
|
|||
<div id="footer">
|
||||
|
||||
<hr class="seperator" />
|
||||
© Gallery without a name.
|
||||
© <a href="http://balderapp.com">Balder</a>.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue