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