From 04066ba49f6a6b4cf41536080ab97528634978cb Mon Sep 17 00:00:00 2001 From: jomo Date: Fri, 2 May 2014 02:04:12 +0200 Subject: [PATCH] fix buttons, fix float --- app/views/blogposts/new.html.erb | 1 + app/views/forumgroups/new.html.erb | 3 ++- app/views/forums/edit.html.erb | 6 ++++-- app/views/forums/new.html.erb | 3 ++- app/views/forumthreads/new.html.erb | 3 ++- app/views/info/new.html.erb | 3 ++- 6 files changed, 13 insertions(+), 6 deletions(-) diff --git a/app/views/blogposts/new.html.erb b/app/views/blogposts/new.html.erb index 05e3075..eb3ac1b 100644 --- a/app/views/blogposts/new.html.erb +++ b/app/views/blogposts/new.html.erb @@ -4,4 +4,5 @@ <%= render partial: "mdhelp" %> <%= f.text_area :content, placeholder: "Text" %>

<%= f.submit "Create Post", class: "btn blue left" %>

+
<% end %> diff --git a/app/views/forumgroups/new.html.erb b/app/views/forumgroups/new.html.erb index 5a6b971..c0525de 100644 --- a/app/views/forumgroups/new.html.erb +++ b/app/views/forumgroups/new.html.erb @@ -19,5 +19,6 @@ <%= f.select :role_write_id, role_selection, include_blank: false %> -

<%= f.submit "Create group", class: "btn blue" %>

+

<%= f.submit "Create group", class: "btn blue left" %>

+
<% end %> \ No newline at end of file diff --git a/app/views/forums/edit.html.erb b/app/views/forums/edit.html.erb index 20f2c46..848530a 100644 --- a/app/views/forums/edit.html.erb +++ b/app/views/forums/edit.html.erb @@ -20,5 +20,7 @@ <%= f.select :role_write_id, role_selection, include_blank: false %> -

<%= f.submit "Update forum", class: "btn blue" %>

-<% end %> \ No newline at end of file +

<%= f.submit "Update forum", class: "btn blue left" %>

+<% end %> +<%# TODO delete %> +
\ No newline at end of file diff --git a/app/views/forums/new.html.erb b/app/views/forums/new.html.erb index 1327461..e48575b 100644 --- a/app/views/forums/new.html.erb +++ b/app/views/forums/new.html.erb @@ -21,5 +21,6 @@ <%= f.hidden_field :forumgroup_id %> -

<%= f.submit "Create forum", class: "btn blue" %>

+

<%= f.submit "Create forum", class: "btn blue left" %>

+
<% end %> \ No newline at end of file diff --git a/app/views/forumthreads/new.html.erb b/app/views/forumthreads/new.html.erb index 5e62f14..b461c0e 100644 --- a/app/views/forumthreads/new.html.erb +++ b/app/views/forumthreads/new.html.erb @@ -17,5 +17,6 @@ <%= render partial: "mdhelp" %> <%= f.text_area :content, placeholder: "Text" %> <%= f.hidden_field :forum_id %> -

<%= f.submit "Create thread", class: "btn blue" %>

+

<%= f.submit "Create thread", class: "btn blue left" %>

+
<% end %> \ No newline at end of file diff --git a/app/views/info/new.html.erb b/app/views/info/new.html.erb index 3559a3a..15b6289 100644 --- a/app/views/info/new.html.erb +++ b/app/views/info/new.html.erb @@ -4,4 +4,5 @@ <%= render partial: "mdhelp" %> <%= f.text_area :content, placeholder: "Text" %>

<%= f.submit "Create Info", class: "btn blue left" %>

-<% end %> \ No newline at end of file +
+<% end %>