forked from loomio/loomio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'bug/ie8-misc' of github.com:enspiral/loomio into produc…
…tion * 'bug/ie8-misc' of github.com:enspiral/loomio: More css formatting. Change header links to blue. Make all headers bold. group title added to new discussion custom header sizes removed
- Loading branch information
Showing
24 changed files
with
138 additions
and
235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
.sub-panel.previous-discussions-panel | ||
%h3 Previous decisions | ||
%h4 Previous decisions | ||
= icon_button('#', 'See previous decisions', '/assets/pie-18.png', 'show-closed-motions') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.page-container | ||
%h2 Start a discussion | ||
= render "/discussions/form", :discussion => @discussion, :user_groups => @user_groups#, :group => @group | ||
- group = GroupDecorator.decorate(@discussion.group) if @discussion.group | ||
= render '/groups/title', group: group | ||
%h3 Start a discussion | ||
= render "/discussions/form", :discussion => @discussion, :user_groups => @user_groups |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
.row | ||
.offset1.span3 | ||
= image_tag("mascot.gif") | ||
.span6 | ||
%h1 Get started with Loomio | ||
%br | ||
%br | ||
%p Exciting news! Loomio is now in private beta! | ||
%p This means we’re still in development and have limited resources for user support, but we love bringing on nice groups that are keen to get on board early. | ||
%p There’s some basic info at <a href ='http://loomio.org'>loomio.org</a> to make it easy to explain to your group why you’d like to use Loomio to make decisions together online. | ||
%p If your group is keen, you can request access here: | ||
%br | ||
.page-container | ||
.row | ||
.offset1.span3 | ||
= image_tag("mascot.gif") | ||
.span6 | ||
%h1 Get started with Loomio | ||
%br | ||
%br | ||
%p Exciting news! Loomio is now in private beta! | ||
%p This means we’re still in development and have limited resources for user support, but we love bringing on nice groups that are keen to get on board early. | ||
%p There’s some basic info at <a href ='http://loomio.org'>loomio.org</a> to make it easy to explain to your group why you’d like to use Loomio to make decisions together online. | ||
%p If your group is keen, you can request access here: | ||
%br | ||
|
||
%a{ :href => "#request-new", :class => 'btn btn-large btn-info btn-block' , "data-toggle" => "modal", :id => 'request-new-group' } | ||
I’ve talked to my group, and we’d like to use Loomio! | ||
%a{ :href => "#request-new", :class => 'btn btn-large btn-info btn-block' , "data-toggle" => "modal", :id => 'request-new-group' } | ||
I’ve talked to my group, and we’d like to use Loomio! | ||
|
||
=render '/group_requests/request_new' | ||
=render '/group_requests/request_new' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
- if group.membership_requests.present? && (can? :add_members, group) | ||
.sub-panel#user-requests | ||
%h3 Membership requests | ||
%h4 Membership requests | ||
%ul#request-list | ||
=render :partial => 'membership_request', :collection => group.membership_requests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
- set_title @parent.name, "Add Sub-group" | ||
.group-title | ||
%h2 | ||
= link_to @parent.name, group_path(@parent), title: "group" unless @parent.nil? | ||
#new-subgroup | ||
%h1 Add a subgroup to #{@parent.name} | ||
= render :partial => 'form', | ||
:locals => { :group => @subgroup, parent: @parent, submit_text: "Create group", :data => { :disable_with => "Creating group" } } | ||
.page-container | ||
= render '/groups/title', group: GroupDecorator.decorate(@parent) | ||
#new-subgroup | ||
%h3 Add a sub-group | ||
= render :partial => 'form', | ||
:locals => { :group => @subgroup, parent: @parent, submit_text: "Create group", :data => { :disable_with => "Creating group" } } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- set_title "", "New Group" | ||
%h1 New Group | ||
%h2 New Group | ||
= render 'form', group: @group, parent: @parent, | ||
submit_text: "Create group", :data => { :disable_with => "Creating group" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.