Commit dee0265ee42b3dd6ba9b384c6b24b1d4b00d1755

Authored by Evandro Junior
2 parents f26acc1d 0cb31307

Merge branch 'AI3074-community_dashboard' of gitlab.com:participa/noosfero into …

…AI3074-community_dashboard
plugins/community_hub/public/style.css
... ... @@ -225,6 +225,10 @@
225 225 font-weight: normal;
226 226 }
227 227  
  228 +#content .hub ul.settings li a:hover {
  229 + text-decoration: none;
  230 +}
  231 +
228 232 #content .hub form input.button.submit {
229 233 font-family: Arial Black, arial, sans-serif;
230 234 font-size: small;
... ...
plugins/community_hub/views/community_hub_plugin_public/_settings.rhtml
1 1 <ul class="settings">
2 2 <li class="twitter">
3 3 <%= link_to _("Twitter settings"), :controller => 'cms', :action => 'edit', :id => @page.id %>
  4 + <form>
  5 + <label>#hashtag a ser seguida</label>
  6 + <input></input><input class="btn-ok" type="submit" value="ok"></input>
  7 + </form>
4 8 </li>
5 9 <li class="general">
6 10 <%= link_to _("General settings"), :controller => 'cms', :action => 'edit', :id => @page.id %>
7 11 </li>
8   -</ul>
9 12 \ No newline at end of file
  13 +</ul>
... ...
plugins/community_hub/views/content_viewer/hub.rhtml
... ... @@ -27,7 +27,6 @@
27 27 </ul>
28 28 </div>
29 29  
30   - <br />
31 30  
32 31 <% if logged_in? %>
33 32  
... ... @@ -118,4 +117,4 @@
118 117 </div>
119 118 <% end %>
120 119  
121   -</div>
122 120 \ No newline at end of file
  121 +</div>
... ...